projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195f5a0
)
Fix documentation in xwidget.el
author
Po Lu
<luangruo@yahoo.com>
Thu, 11 Nov 2021 06:54:58 +0000
(14:54 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 11 Nov 2021 07:40:57 +0000
(15:40 +0800)
* src/xwidget.el (xwidget-webkit-isearch-mode): Reword
documentation.
lisp/xwidget.el
patch
|
blob
|
history
diff --git
a/lisp/xwidget.el
b/lisp/xwidget.el
index 19b95066b0fb22b5a60524458e0b5fd294f8a66d..2c7b4dd83dabfd95e87bbac3e430924cb3891d5a 100644
(file)
--- a/
lisp/xwidget.el
+++ b/
lisp/xwidget.el
@@
-983,7
+983,7
@@
Press \\<xwidget-webkit-isearch-mode-map>\\[xwidget-webkit-isearch-exit] to exit
(xwidget-webkit-finish-search (xwidget-webkit-current-session))))
(defun xwidget-webkit-isearch-yank-kill ()
- "
Pull string from kill ring and append it
to the current query."
+ "
Append the most recent kill from `kill-ring'
to the current query."
(interactive)
(unless xwidget-webkit-isearch-mode
(xwidget-webkit-isearch-mode t))